From 2cb20a51b55bdd3409c18682a60899a9230eca9b Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 24 May 1993 03:39:58 +0000 Subject: [PATCH] * s-hpux8.h (NO_SIOCTL_H): Defined. --- src/s/hpux8.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/s/hpux8.h b/src/s/hpux8.h index ef952e50f97..c1d3944a0a7 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h @@ -25,3 +25,7 @@ /* Specify compiler options for compiling oldXMenu. */ #define OLDXMENU_OPTIONS CFLAGS=-I/usr/include/X11R4 + +/* Some hpux 8 machines seem to have TIOCGWINSZ, + and none have sioctl.h, so might as well define this. */ +#define NO_SIOCTL_H -- 2.30.2